var github.com/vmihailenco/msgpack/v5.encodeStructValuePtr

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		types.go#L254: 	encodeStructValuePtr uintptr
		types.go#L260: 	encodeStructValuePtr = reflect.ValueOf(encodeStructValue).Pointer()
		types.go#L294: 	if reflect.ValueOf(encoder).Pointer() != encodeStructValuePtr {